home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
LOGO
/
3827.ZIP
/
LOGOHLP.ZIP
/
CLOSE.HLP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-06-12
|
349 b
|
12 lines
close -- Command, one input.
The input must be a file descriptor. The file is closed. This must
be done when you've finished reading or writing the file.
Sample program:
make "fd openwrite "outfile
fileprint :fd "Hello.
close :fd
This will create a file named outfile containing the word Hello.